home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / sample / docex / Makefile < prev   
Makefile  |  2002-12-18  |  92b  |  10 lines

  1. TG=../../tg
  2.  
  3. all: example.c
  4.  
  5. example.c: docex.tg
  6.     $(TG) docex.tg
  7.  
  8. clean:
  9.     rm -f *.h *.c foo
  10.